ComponentOne Bitmap for UWP
SetValue<T>(Int32,PropertyType,T) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Properties Class > SetValue Method : SetValue<T>(Int32,PropertyType,T) Method
Index of the property
Property type.
Value of the property
Sets the named property to the given value.
Syntax
'Declaration
 
Public Overloads Sub SetValue(Of T As {New, Struct})( _
   ByVal index As System.Integer, _
   ByVal type As PropertyType, _
   ByVal value As T _
) 
public void SetValue<T>( 
   System.int index,
   PropertyType type,
   T value
)
where T: new(), struct

Parameters

index
Index of the property
type
Property type.
value
Value of the property

Type Parameters

T
See Also

Reference

Properties Class
Properties Members
Overload List